home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / shared.dir / 01077_Script_1077 < prev    next >
Text File  |  1994-11-15  |  497b  |  17 lines

  1. on keyDown
  2.   global dialogOn, nowFrame, gPidObj
  3.   if the movie <> "FLWLI.DIR" then
  4.     if the key = ENTER or the key = RETURN then
  5.       if dialogOn = TRUE then
  6.         closeDialog
  7.       else if nowFrame = "hi000quit00n°°" then
  8.         quitMe
  9.       end if
  10.     else if the key = "i" and the shiftDown and the controlDown then
  11.       openXlib "gPid"
  12.       if objectP(gPidObj) then gPidObj(mDispose)
  13.       set gPidObj = gPid(mNew)
  14.       gPidObj(mGetPid)
  15.     end if
  16.   end if
  17. end keyDown